object PrevForm: TPrevForm Left = 200 Top = 108 Width = 683 Height = 568 Caption = 'QuickReport Custom preview form demonstration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 675 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 14 Top = 14 Width = 33 Height = 16 Caption = 'Page' end object Label3: TLabel Left = 147 Top = 14 Width = 37 Height = 16 Caption = 'Zoom' end object Button1: TButton Left = 293 Top = 5 Width = 85 Height = 29 Caption = 'Zoom to fit' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 383 Top = 5 Width = 101 Height = 29 Caption = 'Zoom to width' TabOrder = 1 OnClick = Button2Click end object UpDown1: TUpDown Left = 109 Top = 8 Width = 18 Height = 21 Min = 0 Position = 0 TabOrder = 2 Wrap = False OnClick = UpDown1Click end object Edit1: TEdit Left = 62 Top = 9 Width = 49 Height = 21 TabOrder = 3 Text = '1' OnKeyUp = Edit1KeyUp end object UpDown2: TUpDown Left = 238 Top = 8 Width = 17 Height = 21 Min = 10 Max = 300 Increment = 10 Position = 100 TabOrder = 4 Wrap = False OnClick = UpDown2Click end object Edit2: TEdit Left = 189 Top = 8 Width = 49 Height = 21 TabOrder = 5 Text = '100' OnKeyUp = Edit2KeyUp end end object QRPreview1: TQRPreview Left = 0 Top = 41 Width = 675 Height = 496 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 PageNumber = 1 Zoom = 100 end end